CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DCT jpeg

搜索资源列表

  1. DCT_JPEG

    4下载:
  2. 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:175104
    • 提供者:
  1. 123JEPG-example

    0下载:
  2. 图像压缩的matlab算法之JPEG,DCT算法。-matlab jpeg dct
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:90626
    • 提供者:king
  1. DCT

    0下载:
  2. 基于DCT的数字水印处理技术,本水印处理过程利用图像的缩放技术和调整原始图像的直方图,根据人眼视觉特性,在每个DCT变换块的DC分量上嵌入水印信息,并且在水印信息嵌入之前,对其进行置乱加密,提供双重安全保证,接着通过JPEG压缩攻击对DCT域的鲁棒性进行测试,证明了DCT的抗攻击能力。-DCT-based digital watermarking technique, the watermark processing technology and the use of image scaling
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:881
    • 提供者:zhangxibin
  1. gezhongyasuo

    0下载:
  2. 多种视频压缩算法,包括霍夫曼编码,算术编码dct,jpeg,小波变换-A variety of video compression algorithm, including Huffman coding, arithmetic coding DCT, jpeg, wavelet transform
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:40944
    • 提供者:lucy
  1. JPEG-DCT

    0下载:
  2. 将lena.bmp图像进行JPEG压缩,使用dct变换和量化编码。-Will lena.bmp images to JPEG compression using dct transform and quantization coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:194539
    • 提供者:liwenyi
  1. MATLAB-DCT

    0下载:
  2. 基于MATLAB的DCT变换在JPEG图像压缩中的应用
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:210133
    • 提供者:金煜
  1. dct

    0下载:
  2. 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:564222
    • 提供者:cky
  1. Embedded-in-the-DCT-coefficients-

    0下载:
  2. 在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:986494
    • 提供者:lsc
  1. jpeg

    1下载:
  2. JPEG的压缩编码及其matlab实现,包含了DCT变换,量化,AChuffman编码,DChuffman编码。-Of JPEG compression matlab to achieve, including the DCT, quantization, AChuffman coding, DChuffman coding.
  3. 所属分类:matlab例程

    • 发布日期:2013-12-24
    • 文件大小:435485
    • 提供者:qxh
  1. JPEG

    0下载:
  2. 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:888836
    • 提供者:hechao
  1. Brief-instructions-of-JPEG

    0下载:
  2. 里面是JPEG的标准变换过程,含有离散余弦变换,哈弗曼编码和行程编码-Inside the JPEG standard transform, DCT, Hafu Man coding, run length encoding
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:477244
    • 提供者:wudi
  1. Standard-of-JPEG

    0下载:
  2. 里面是JPEG的标准变换过程,含有DCT变换,哈弗曼编码-Inside the JPEG standard transform, DCT, Hafu Man coding, run length encoding
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:131859
    • 提供者:wudi
  1. JPEG-Encoder-Decoder

    0下载:
  2. JPEG图像压缩,包括了DCT变换,Z扫描,量化和Huffman编码-JPEGimagine compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:59647
    • 提供者:qiancongrong
  1. JPEG

    0下载:
  2. JPEG compression in image processing using DCT
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3180
    • 提供者:Anupa
  1. dct_compression

    0下载:
  2. a simplified version of the compression algorithm baseline DCT JPEG-a simplified version of the compression algorithm baseline DCT JPEG
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1217
    • 提供者:PhilipMorris
  1. Color-Image-JPEG-Compression

    2下载:
  2. 彩色图像的压缩与解压的程序,网上关于图像压缩的程序基本上是黑白图像的压缩,我参考别人黑白图像压缩的源码改写出了彩色图像的压缩与解压的程序,里面包括色域的转换、DCT变换等-Compression of color images online image compression and decompression program, the program is basically a black and white image compression, my reference to the ot
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:560649
    • 提供者:琦琦
  1. jpeg-Cp2Bp2B

    0下载:
  2. 详细 的基于DCT变换和霍夫曼的 JPEG压缩-With text to explain in detail the JPEG decoding C++ write
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:2615799
    • 提供者:方颖
  1. DCT

    0下载:
  2. 数字视频图像处理大作业。MPEG-1、MPEG-2及JPEG标准中都采用了基于图像块的DCT变换编码,根据已学知识完成下列问题:-Digital video image processing operations.Mpeg-1, mpeg-2, and JPEG standard are adopted based on image block DCT transform coding, according to the knowledge to complete the following q
  3. 所属分类:CAD

    • 发布日期:2017-11-21
    • 文件大小:271012
    • 提供者:ly
  1. JPEGEncoderDecoder

    0下载:
  2. 基于dct的jpeg压缩编码源程序,可完整运行-Based on the DCT jpeg compression coding source, complete run
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:131047
    • 提供者:官营
  1. tuxiangyasuo

    0下载:
  2. 基于DCT的JPEG图像压缩编码算法的MATLAB实现 希望可以帮到大家-DCT-JPEG image compression coding algorithm MATLAB-based hope you can help
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:123286
    • 提供者:王宣
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com